Skip to main content

NESTED LOOP OUTER

Short Description

A nested loops join reads rows from source A and for each row, scans source B, returning matching rows.

Detailed Description​

The NESTED LOOP join is in OLTP systems to join small tables. Ideally the column used for the join on the second table should be indexed to stop repeated table scans of the second table.

Further Reading​

Search online​

If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.